home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 12
/
CU Amiga Magazine's Super CD-ROM 12 (1997)(EMAP Images)(GB)[!][issue 1997-07].iso
/
CUCD
/
CDROM
/
MegaCdPlayer
/
Install_Prefs_Fonts
next >
Wrap
Text File
|
1996-03-26
|
887b
|
28 lines
; Install Mega Cd Player Prefs & Fonts
echo "
Installation of Mega Cd Player System Files (Prefs & Fonts)
"
echo " ----------------------------------------------"
echo "This script will install the system files for Mega Cd Player Only!"
echo "Not the program! Itself. To do so, just drag Mega Cd Player's drawer"
echo "Icon to your desired drawer."
echo ""
ask "Do you want to Continue ? (y/n)"
if warn
echo "
Copying Preferences...
"
copy env/#? ENV:MegaCdPlayer ALL
copy env/#? ENVARC:MegaCdPlayer ALL
echo ""
echo "
Copying Fonts...
"
copy Fonts/#? Fonts: ALL
echo ""
echo "
Installation complete...
"
echo ""
echo "
Now drag the Mega Cd Player's drawer to your desired drawer!"
echo "Mega Cd Player can be started by double clicking Mega_CdPlayer Icon."
wait 9
else
echo ""
echo ""
echo "
Installation aborted !...
"
endif